home *** CD-ROM | disk | FTP | other *** search
/ comtecelectrical.ca / www.comtecelectrical.ca.tar / www.comtecelectrical.ca / infobots / Backup / MSOCache / All Users / 90000409-6000-11D3-8CFE-0150048383C9 / Q2561411.CAB / POWERPNT.EXE / RCDATA / 5962 < prev    next >
Text File  |  2003-07-30  |  331b  |  14 lines

  1. function DocumentOnClick()
  2. {
  3.     if( IsNts() || parent.HideMenu() ) return;
  4.  
  5.     if( ( g_allowAdvOnClick && (window.name=="PPTSld") && !parent.IsFramesMode() ) ||
  6.         (event && event.keyCode==32) ) {
  7.         
  8.         if( g_animUseRuntime && g_animMainSequence && g_animMainSequence.cangonext )
  9.             return;
  10.  
  11.         parent.GoToNextSld();
  12.     }
  13. }
  14.